From: Alexander Larsson Date: Mon, 2 Sep 2019 09:25:09 +0000 (+0200) Subject: GtkBuildable: Fix indentation X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~321^2^2~866 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=76103ee286a03e0c81ac5e75785d9e9a620c5911;p=gtk4.git GtkBuildable: Fix indentation --- diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h index fcb1390bef..7808f0445d 100644 --- a/gtk/gtkbuildable.h +++ b/gtk/gtkbuildable.h @@ -226,8 +226,8 @@ GDK_AVAILABLE_IN_ALL GPtrArray *gtk_buildable_parse_context_get_element_stack (GtkBuildableParseContext *context); GDK_AVAILABLE_IN_ALL void gtk_buildable_parse_context_get_position (GtkBuildableParseContext *context, - gint *line_number, - gint *char_number); + gint *line_number, + gint *char_number); G_END_DECLS